home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / comm / qfaxv107.zip / USAGE.TXT < prev    next >
Text File  |  1996-09-15  |  48KB  |  1,277 lines

  1.                 About how to use QuickStar FAX Pro V1.07
  2.                   Copyright (c) 1995-1996 Anthony Mai
  3.  
  4.         QuickStar Fax Pro V1.07 (QFAX) is a shareware FAX sending program
  5. for PCs. It is a DOS program, but can either run in the DOS environment or
  6. in the DOS session launched from the Windows. QuickStar Fax Pro (QFAX) is
  7. written by Anthony Mai (at Pennsylvania State University, USA) and brother
  8. Zeqiu Mai (in China). Anthony Mai is currently a member of the Association
  9. of Shareware Professionals. Please check the register.txt file for the ASP
  10. OMBUDSMAN Statement and find out contact information of the ASP, and for
  11. how to contact the author or register this shareware. QFAXV107.ZIP was
  12. released in Sep. 15, 1996.
  13.  
  14.         QuickStar Fax Pro is aimed at providing an easy and quick solution 
  15. for sending plain text fax from your PC computer using the fax/modem. QFAX
  16. cuts the fax transmission time considerably comparing with some popular fax
  17. programs like WinFax. In one test QFAX sends a regular 12 pages plain text
  18. FAX at 14400 bps speed within 4 MINUTES. WinFax would take more than 12
  19. minutes to send the same document! The received fax will have near laser
  20. print quality.
  21.  
  22.         Because of the unique simple but powerful DOS command line interface
  23. QFAX is very suitable for your usage in many different situations:
  24.  
  25.         * If you want to fax out a plain text document quick and easy, use
  26.           QFAX. All you need to type on the DOS command line is like this:
  27.               qfax  myfile.txt  123-4567
  28.  
  29.           (Please be aware that non-ASCII documents, like word processor
  30.           documents, can not be faxed directly using QFAX. Such documents
  31.           need to be saved as plain text file or DOS text file first before
  32.           you can use QFAX to send them.)
  33.  
  34.         * If you have received a fax on your computer using QFAX or other
  35.           fax program, and you want to forward the same fax to another fax
  36.           number. You can do it using QFAX.
  37.  
  38.         * If you have a HP100lx/HP200lx, then QFAX is a must for you. It is
  39.           one of the best small, easy to use DOS fax program that is actually
  40.           suitable for usage on a HP palmtop. There is a separate version
  41.           of QFAX specifically written for HP palmtop. Check MISCINFO.TXT.
  42.  
  43.         * If you want to send hundreds or even thousands of faxes to your
  44.           customers over-night without any user attendance, and you want to
  45.           save on long distance phone bills, QFAX is the easiest solution.
  46.  
  47.         * If you need to send a fax to a fax number that you have to dial
  48.           manually to connect to. You can try QFAX.
  49.  
  50.         * If you need to dial a number and talk with someone over the phone
  51.           first. And then without hanging up the phone line, switch to fax
  52.           transmission to send over a document. You can use QFAX!
  53.  
  54.         The list goes on and on as new features are added to QFAX for each
  55. new release of QFAX. And remember if you register QFAX now, you can always
  56. have a upgrade license for free for future releases of QFAX.
  57.  
  58.         One very attracting feature of QFAX is: You can write your own
  59. application to call QFAX to send out multiple faxes automatically, without
  60. the attendance of an operator. Once QFAX is registered, the execution of
  61. QFAX will not require any keyboard input at all. There is a C program as
  62. well as the compiled executable program included to illustrate how you can
  63. invoke QFAX from other programs. For more details see the "Send Multiple
  64. Fax" part close to the end of this file, right before the Init String list.
  65.  
  66.         This un-registered shareware version is COMPLETELY FUNCTIONAL,
  67. except that you can not configure the layout of the fax pages. You can use
  68. it to fax any plain text document with no problem. Once you register it with
  69. the author all useful features will resume! You will get the newest version
  70. of this software, plus you will get the next upgrade free! The Registration
  71. is quick and easy! Please read the enclosed file REGISTER.TXT to find info
  72. on how to register this software with the author. If you have questions
  73. regarding QFAX and you want to contact the author, you can also find the
  74. phone number and E-Mail at the end of this file or in the REGISTER.TXT file.
  75.  
  76.         The usage of QuickStar Fax Pro is very easy. Once it is properly set
  77. up. You can use the following simple command to send a fax:
  78.  
  79.                 qfax   myfile.txt   fax_number
  80.  
  81.         or      qfax   \mydir\myfile.txt   fax_number
  82.  
  83.         Here  "myfile.txt" is the name of the text file you want to fax.
  84. "fax_number" is the fax number (including any long distance sufix number) 
  85. you want to fax to. It is preferable that you change current directory to
  86. where your text file is, and then start QFAX. It is preferable that you run
  87. QFAX from the directory where your text files are located. But if your text
  88. file is in a different directory you may attach a path name to the file name.
  89.  
  90.         You may edit the AUTOEXEC.BAT file located in the C:\ driver and add
  91. the directory path of QFAX to the PATH statement so your computer can always
  92. find where QFAX is, no matter from which directory you run QFAX.
  93.  
  94.         QFAX Version 1.07 is distributed in the zipped file QFAXV107.ZIP.
  95. After you get the zipped file QFAXV107.ZIP, You can unzip it using one of 
  96. those popular zip/unzip utilities (Like pkz204g.exe). You should get the 
  97. following files:
  98.  
  99.         file_id.diz     A small file describing QFAX (required by BBS's)
  100.         vendinfo.diz    A description file used by shareware distributors
  101.         readme.1st      The file you are reading now
  102.         qfax.cfg        The QFAX configuration file
  103.         qfax.exe        The main fax sending program
  104.         qfaxrec.exe     The fax receiver, decoder and converter program
  105.         usage.txt       The file explaining detailed usages of QFAX
  106.         register.txt    A text file telling you how to register QFAX
  107.         register.frm    Registration form to be used for registration
  108.         qfaxconf.exe    Small program to help you to determine the modem
  109.                         port and create customized qfax.cfg file
  110.         manyfax.c       A simple C program that you can use to send out
  111.                         lots of faxes automatically, without attendance
  112.         manyfax.exe     The compiled program of manyfax.c
  113.         manyfax.fdb     A text format database file containing fax numbers
  114.         miscinfo.txt    Misc notes. About the Author. Where to find QFAX.
  115.  
  116.         Note to HP palmtop users: QFAX.CFG, QFAX.EXE, QFAXREC.EXE are all
  117. you need to be able to use QFAX to send or receive fax. So to save memory
  118. you only need to load those three files to your HP palmtop. But if you want
  119. to give a copy to your friend, be sure to copy all original files together
  120. without any modification! For PC users please keep all files. They are all
  121. very small any way.
  122.  
  123.         Before you use QuickStar Fax Pro for the first time, you need to
  124. modify the included QFAX.CFG file so that it is compatible with the set up
  125. of your computer. QFAX.CFG is a plain text file and is intended to provide
  126. the program with informations of the settings of your fax/modem, the fax
  127. setting parameters that you intend to use as default, identification of
  128. your own phone number from where you will be sending FAX, etc.
  129.  
  130.         You can use DOS edit or any simple plan text editor to read and
  131. modify it. Or you can use the qfaxconf.exe program to create or modify it.
  132. To use qfaxconf.exe, simply type "qfaxconf". QFAXCONF.EXE will also detect
  133. the modem port automatically.
  134.  
  135. The format of the qfax.cfg file is as following:
  136. ------------------------------ cut here --------------------------------
  137. CommPort         2
  138. InitString       AT&F&C1&D2&K3M2L3
  139. PhoneNumber      1-234-567-8900
  140. TelephoneLine    Tone
  141. DialRepeatTimes  3
  142. NoDelay          No
  143. Font             16
  144. LineSpace        6
  145. AsciiSpace       2
  146. Size             748        1048
  147. Margin           64         56
  148. TopLine          7
  149. WaitTime         55
  150. BusyWait         30
  151. RemoveFile